gtk-demo: Fix up the inline-toolbar example
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 01:49:10 +0000 (20:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 01:50:21 +0000 (20:50 -0500)
The inline toolbar in the style classes demo should use
the icons toolbar-style to ensure that the buttons are square.

demos/gtk-demo/theming.ui

index ee0414b0364008b80e87070dcea6210f2b391149..7455e6df40f0b284cd6e01643054745c9ccaefc0 100644 (file)
         <property name="visible">1</property>
         <property name="hexpand">1</property>
         <property name="icon_size">1</property>
+        <property name="toolbar-style">icons</property>
         <style>
           <class name="inline-toolbar"/>
         </style>